home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / utils / musicx11.dms / in.adf / s / StartupII < prev   
Encoding:
Text File  |  1988-12-16  |  824 b   |  24 lines

  1. ;resident c:Resident pure
  2. ;resident c:Mount pure      ;the next 3 are loaded for speed during startup
  3. ;resident c:Assign pure
  4. ;resident c:Makedir pure  
  5. makedir ram:t
  6. makedir ram:env             ; set up ENV: directory
  7. makedir ram:clipboards      ;set up CLIPS: assign
  8. mount speak:                ; just mounting doesn't take much ram at all
  9. mount aux:
  10. mount pipe:
  11. Assign T: ram:t             ; set up T: directory for scripts
  12. Assign ENV: ram:env
  13. Assign CLIPS: ram:clipboards
  14. ;   Music-X Assignments
  15. Assign PROTOCOLS: Music-X:Protocols
  16. Assign MODULES: Music-X:Modules
  17. ;
  18. ; resident Mount remove     ; if you have enough ram, keep these resident
  19. ; resident Assign remove    ; by removing these lines
  20. ; resident Makedir remove
  21. ; resident resident remove
  22. ;
  23. break 1 C                   ; signal to other process its ok to finish
  24.